home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / x-apollo68 < prev    next >
Encoding:
Text File  |  1993-02-05  |  548 b   |  18 lines  |  [TEXT/MPS ]

  1. # x-apollo68 -- 680x0 based Apollos as host system
  2.  
  3. # vasta@apollo.com says this is how to compile on an Apollo (SR10.x).
  4. # Use a Berkeley environment.
  5. CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
  6. OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
  7.  
  8. # Makefile.in has debugging turned on:
  9. #
  10. #    CFLAGS = -g
  11. #    LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS) -g1
  12. #
  13. # but that's not supported on the Apollo yet, so we'd better avoid
  14. # the warnings.
  15.  
  16. CFLAGS =
  17. LIBGCC2_CFLAGS = -O2 $(GCC_CFLAGS)
  18.